home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Markets / Education / HyperCard In Education / Charlotte's Web / background_16277.txt < prev    next >
Text File  |  1990-04-02  |  5KB  |  235 lines

  1. -- background: 16277 from stack: in
  2. -- bmap block id: 20273
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put "Kevin Lynch's Review" into field 3
  9.   put "The Author: E.B. White"into field 4
  10. end openCard
  11.  
  12.  
  13.  
  14. -- part 12 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=77 top=119 right=140 bottom=263
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 33
  22. -- text size: 14
  23. -- style flags: 256
  24. -- line height: 18
  25. -- part name: 
  26.  
  27.  
  28. -- part 16 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=39 top=87 right=108 bottom=260
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 33
  36. -- text size: 14
  37. -- style flags: 256
  38. -- line height: 18
  39. -- part name: 
  40.  
  41.  
  42. -- part 22 (field)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=77 top=173 right=208 bottom=328
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 0
  49. -- font id: 33
  50. -- text size: 14
  51. -- style flags: 256
  52. -- line height: 18
  53. -- part name: Reviewer
  54.  
  55.  
  56. -- part 24 (field)
  57. -- low flags: 01
  58. -- high flags: 0000
  59. -- rect: left=77 top=200 right=221 bottom=326
  60. -- title width / last selected line: 0
  61. -- icon id / first selected line: 0 / 0
  62. -- text alignment: 0
  63. -- font id: 33
  64. -- text size: 14
  65. -- style flags: 256
  66. -- line height: 18
  67. -- part name: Author
  68.  
  69.  
  70. -- part 25 (field)
  71. -- low flags: 01
  72. -- high flags: 0000
  73. -- rect: left=77 top=146 right=167 bottom=263
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 33
  78. -- text size: 14
  79. -- style flags: 256
  80. -- line height: 18
  81. -- part name: 
  82.  
  83.  
  84. -- part 34 (field)
  85. -- low flags: 01
  86. -- high flags: 0000
  87. -- rect: left=77 top=226 right=247 bottom=263
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 0
  91. -- font id: 33
  92. -- text size: 14
  93. -- style flags: 256
  94. -- line height: 18
  95. -- part name: whatIf
  96.  
  97.  
  98. -- part 39 (field)
  99. -- low flags: 01
  100. -- high flags: 0000
  101. -- rect: left=42 top=37 right=69 bottom=130
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 0
  105. -- font id: 33
  106. -- text size: 24
  107. -- style flags: 256
  108. -- line height: 32
  109. -- part name: 
  110.  
  111.  
  112. -- part 40 (button)
  113. -- low flags: 00
  114. -- high flags: 2005
  115. -- rect: left=53 top=118 right=142 bottom=191
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Characters
  124. ----- HyperTalk script -----
  125. on mouseUp
  126.   set hilite of bkgnd button "characters" to false
  127.   visual effect dissolve very slowly
  128.   go to card id 6087
  129. end mouseUp
  130.  
  131.  
  132.  
  133. -- part 41 (button)
  134. -- low flags: 00
  135. -- high flags: 2005
  136. -- rect: left=53 top=145 right=168 bottom=148
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 0 / 0
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: plot
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   visual effect dissolve very slowly
  148.   set hilite of bkgnd button "plot" to false
  149.   go to card id 7300
  150. end mouseUp
  151.  
  152.  
  153.  
  154. -- part 42 (button)
  155. -- low flags: 00
  156. -- high flags: 2005
  157. -- rect: left=53 top=172 right=196 bottom=227
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 0 / 0
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: review
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   visual effect dissolve very slowly
  169.   set hilite of bkgnd button "review" to false
  170.   go to card Review
  171. end mouseUp
  172.  
  173.  
  174.  
  175. -- part 43 (button)
  176. -- low flags: 00
  177. -- high flags: 2005
  178. -- rect: left=53 top=200 right=223 bottom=234
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 0 / 0
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: author
  187. ----- HyperTalk script -----
  188. on mouseUp
  189.   visual effect dissolve very slowly
  190.   set hilite of bkgnd button "author" to false
  191.   go to card "Author"
  192. end mouseUp
  193.  
  194.  
  195.  
  196. -- part 44 (button)
  197. -- low flags: 00
  198. -- high flags: 2005
  199. -- rect: left=53 top=226 right=247 bottom=164
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 1
  203. -- font id: 0
  204. -- text size: 12
  205. -- style flags: 0
  206. -- line height: 16
  207. -- part name: what If
  208. ----- HyperTalk script -----
  209. on mouseUp
  210.   visual effect dissolve very slowly
  211.   set hilite of bkgnd button "what if" to false
  212.   go to card "whatIf"
  213. end mouseUp
  214.  
  215.  
  216.  
  217. -- part 45 (button)
  218. -- low flags: 00
  219. -- high flags: A002
  220. -- rect: left=16 top=319 right=340 bottom=76
  221. -- title width / last selected line: 0
  222. -- icon id / first selected line: 0 / 0
  223. -- text alignment: 1
  224. -- font id: 0
  225. -- text size: 12
  226. -- style flags: 0
  227. -- line height: 16
  228. -- part name: Return
  229. ----- HyperTalk script -----
  230. on mouseUp
  231.   global ReturnCard
  232.   go ReturnCard
  233. end mouseUp
  234.  
  235.